home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-02 | 1.6 KB | 45 lines | [TEXT/GEOL] |
- Item 9555703 2-Oct-89 10:45
-
- From: MADA.EUROPE MacApp Dev Assoc Europe, E Carrasco
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: Printing several views
-
- Sub: Printing several views with MacApp's UPrinting
-
- Hi all,
-
- I have a problem. I'd like to print on the Paper several views in a
- particular Layout that is differrent from the Display Layout.
-
- I have a spreatsheet-like Display, as the Calc Example, that
- consists in four views, the Main part, the Columns titles, the Rows
- titles and a Global Title. For the Printing I need to have on each
- page a part of the 4 views, for without that the printing result is
- unreadable.
-
- I have read in the MacApp documentation that it is not possible
- to do that, but it is necessary for my Application.
-
- I've tried to do that in the Adorn Method of the MainPrintHandler
- (the PrintHandler of the MainView). I call there a special Method
- (PrintPageOfView) of the PrintHandler of each other view. This Method is
- the same as PrintPage except that it does not call PrOpenPage nor
- PrClosePage. I also add fView.Focus in this Method, not to receive
- AssumedFocused Warnings.
-
- Everything seems to work well until I arrive to the PrClosePage of
- the MainPrintHandler.PrintPage that crashes with a Address Error
- (00FFFFFF) !
-
- Has anybody any ideas about this Problem? I would be very grateful
- towards him. Thank you.
-
- Note. In the Calc Example the Printing is bad, that's to say that it
- doesn't print the Columns and Rows Views. Maybe they have corrected that
- now. It is exactly my Problem !
-
- Father Vincent.
-
-